👋 哈喽!我是 小奏 , 欢迎关注我的公众号【小奏技术】
cursor mcp配置
背景
这里整理一份cursor常用的mcp配置
{
"mcpServers": {
"code-review-graph": {
"command": "/Users/weihubeats/Desktop/sofa/java/venv_crg/bin/code-review-graph",
"args": [
"serve"
],
"type": "stdio",
"env": {
"PATH": "/Users/weihubeats/.pyenv/shims:/opt/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin"
}
},
"mysql": {
"command": "npx",
"args": [
"-y",
"@benborla29/mcp-server-mysql"
],
"env": {
"MYSQL_HOST": "xiaozou_host",
"MYSQL_PORT": "3306",
"MYSQL_USER": "xiaozou",
"MYSQL_PASS": "xiaozou_pass",
"MYSQL_DB": "xiaozou_db"
}
},
"agentmemory": {
"command": "/opt/homebrew/bin/npx",
"args": [
"-y",
"@agentmemory/mcp"
],
"env": {
"AGENTMEMORY_URL": "http://localhost:3111",
"PATH": "/opt/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin"
}
}
}
}
本文为博主原创文章,未经博主允许不得转载